home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1377 / cpu_mon.txt < prev    next >
Text File  |  1996-09-26  |  3KB  |  78 lines

  1.  
  2. CPU Monitor            Copyright (C) Moose O'Malley, 
  3. -----------            September 1996.
  4.  
  5. CPU Monitor for Windows 3.1, 3.11, 95, NT.
  6.  
  7. A utility to display graphical details of CPU usage and 
  8. the average CPU usage.
  9.  
  10. Developed using 16-bit Delphi.
  11.  
  12. It took me ages to work out how to benchmark the CPU in Windows.
  13.  
  14. It is fairly easy to make the CPU do some tasks and time how 
  15. long it takes.
  16.  
  17. But, how do you know how fast the CPU could do the tasks ?
  18. How fast could it do them if no other tasks were running ?
  19. How would your monitor program know the answers to these 
  20. questions when it may never have been run on the machine in 
  21. its virgin state ?
  22. How do you know how fast the machine could run under Windows ?
  23.  
  24. It is like asking how fast your car can go, when you have never 
  25. put your foot down !!
  26.  
  27. Anyway, I thought about these questions all day, and finally 
  28. got the inspiration.
  29.  
  30. The program I am comparing Cpu Monitor to is the CPU monitor 
  31. in Dashboard 95.  
  32.  
  33. Well, CPU Monitor seems to handle programs better (FTP, and 
  34. FTP server programs go straight to 100% under Dashboard, but 
  35. CPU Monitor seems to give better answers).
  36.  
  37. Also, CPU Monitor calculates average CPU usage as well !!
  38.  
  39. Also, if your machine is loading WORD or some big program, 
  40. which locks out Dashboard 95 from monitoring, then Dashboard 
  41. does not notice that it missed out on monitoring for several 
  42. seconds, and does not register any 100% utilisation.  
  43. This CPU Monitor program does !!
  44.  
  45.  
  46. Sharware Message :
  47. ------------------
  48.  
  49. This is NOT free software.
  50.  
  51. This product is shareware.  
  52.  
  53. This means that you can try out the software for evaluation 
  54. purposes without charge for a period of 21 days to enable you
  55. to decide whether to purchase / register it.
  56.  
  57. If you use this software after the 21 day evaluation period
  58. a registration fee is required.  See the Registration Form
  59. in the file register.txt.
  60.  
  61. Unregistered use of this software after the 21-day evaluation 
  62. period is in violation of U.S. and international copyright laws.
  63.  
  64. If you do not purchase / register the software after the 21 day
  65. trial period, then you must delete it from your system.
  66.  
  67. In order to encourage me to develop this software and keep 
  68. developing other software, I encourage you to do the right 
  69. thing and register the software.
  70.  
  71. To do this, please complete the Registration Form in
  72. the file register.txt.
  73.  
  74. Moose
  75. EMail :     Moose@rocknet.net.au
  76. Home Page : http://www.rocknet.net.au/~moose/
  77. 19-Sep-96
  78.